home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_1807 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  591 b   |  21 lines

  1. on(press){
  2.    _root.dis = 2;
  3.    if(_root.inven._currentframe == 1)
  4.    {
  5.       if(_root.micon._currentframe == 30)
  6.       {
  7.          _root.sfx.gotoAndStop(3);
  8.          _root.even15 = 1;
  9.          _root.micon.gotoAndStop(1);
  10.          _root.next_dis1 = 2;
  11.          _root.next_txt1 = "I guess I don\'t want these anyway, I don\'t want to cross the road though, so I\'ll leave them here.";
  12.       }
  13.       if(_root.micon._currentframe == 2)
  14.       {
  15.          _root.even6 = 1;
  16.          _root.txt_time = 50;
  17.          _root.txt = "Ohh look at that cute little fella.";
  18.       }
  19.    }
  20. }
  21.